object Form13: TForm13 Left = 140 Top = 160 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'License agreement' ClientHeight = 273 ClientWidth = 492 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 10 Top = 220 Width = 471 Height = 10 Shape = bsBottomLine end object Label1: TLabel Left = 10 Top = 5 Width = 449 Height = 13 Caption = 'Please read this license agreement shown below. Use the scrollba' + 'rs to read the entire contents.' end object Memo1: TMemo Left = 9 Top = 25 Width = 472 Height = 196 TabStop = False Color = clBtnFace Lines.Strings = ( '' '') ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end object Button1: TButton Left = 315 Top = 240 Width = 75 Height = 25 Caption = '&Agree >' Default = True TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 240 Top = 240 Width = 75 Height = 25 Caption = '< &Back' TabOrder = 2 OnClick = Button2Click end object Button3: TButton Left = 405 Top = 240 Width = 76 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 3 OnClick = Button3Click end end